home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 1 / your choice.zip / your choice / OS2 / FLIFLC / FLIFLC.EXE / AUTOPROC.INI < prev    next >
Text File  |  1994-02-03  |  3KB  |  97 lines

  1. /*-----------------------------*/
  2. /* Install the FLI/FLC IO Proc */
  3. /*-----------------------------*/
  4. mmioInstall =
  5.    (
  6.    mmioFourCC        = "flic"
  7.    mmioDllName       = "$(DEST)autoproc.dll"
  8.    mmioDllEntryPoint = "AutoProc"
  9.    mmioFlags         = 0L
  10.    mmioExtendLen     = 16L
  11.    mmioMediaType     = 256L
  12.    mmioIOProcType    = 2L
  13.    mmioDefExt        = "FLI"
  14.    )
  15.  
  16. /* This false entry is used to reference the old SPCB format */
  17. /* from 1.1 when the CSD has not been applied.               */
  18. mmioInstall =
  19.    (
  20.    mmioFourCC        = "flix"
  21.    mmioDllName       = "$(DEST)autoproc.dll"
  22.    mmioDllEntryPoint = "AutoProc"
  23.    mmioFlags         = 0L
  24.    mmioExtendLen     = 16L
  25.    mmioMediaType     = 256L
  26.    mmioIOProcType    = 2L
  27.    mmioDefExt        = "FLI"
  28.    )
  29.  
  30. /*-----------------------------*/
  31. /* Install the FLI/FLC Codecs  */
  32. /*-----------------------------*/
  33.  
  34. /* entry for non-direct (PM) modes */
  35. mmioCodec2Install =
  36.    (
  37.    mmio2Length         = 404L
  38.    mmio2FourCC         = "flic"
  39.    mmio2DllName        = "$(DEST)autoproc.dll"
  40.    mmio2DllEntryPoint  = "AutoProc"
  41.    mmio2CompTypeFcc    = "flic"
  42.    mmio2CompSubType    = 0L
  43.    mmio2MediaType      = 0x40L
  44.    mmio2Flags          = 0L
  45.    mmio2CapsFlags      = 0xC0E1EL
  46.    mmio2HWName         = ""
  47.    mmio2MaxSrcBuf      = 0L
  48.    mmio2SyncMethod     = 0L
  49.    mmio2Reserved1      = 0L
  50.    mmio2XAlign         = 0L
  51.    mmio2YAlign         = 0L
  52.    mmio2SpecInfo       = ""
  53.    )
  54.  
  55. /* entry for direct modes */
  56. mmioCodec2Install =
  57.    (
  58.    mmio2Length         = 404L
  59.    mmio2FourCC         = "flic"
  60.    mmio2DllName        = "$(DEST)autoproc.dll"
  61.    mmio2DllEntryPoint  = "AutoProc"
  62.    mmio2CompTypeFcc    = "flic"
  63.    mmio2CompSubType    = 0L
  64.    mmio2MediaType      = 0x40L
  65.    mmio2Flags          = 0L
  66.    mmio2CapsFlags      = 0xD0F1EL
  67.    mmio2HWName         = ""
  68.    mmio2MaxSrcBuf      = 0L
  69.    mmio2SyncMethod     = 0L
  70.    mmio2Reserved1      = 0L
  71.    mmio2XAlign         = 0L
  72.    mmio2YAlign         = 0L
  73.    mmio2SpecInfo       = ""
  74.    )
  75.  
  76. /*----------------------------------------*/
  77. /* Add streaming requirements for FLI/FLC */
  78. /*----------------------------------------*/
  79. SpiInstall =
  80.     (
  81.     SpiDllName = "$(DEST)autoproc.dll"
  82.     )
  83.  
  84. /*---------------------------------------------------------------*/
  85. /* Add *.FLI and *.FLC as extensions to the digital video driver */
  86. /*---------------------------------------------------------------*/
  87. MciInstallExt =
  88.    (
  89.    ExtInstallName = "ibmdigvidplayer01"
  90.    ExtArray[3] =
  91.       (
  92.       (ExtString = "AVI")
  93.       (ExtString = "FLI")
  94.       (ExtString = "FLC")
  95.       )
  96.    )
  97.